Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Updated choices.tpl.html to properly hide and show dropdown #1489

Merged
merged 1 commit into from
Mar 15, 2016
Merged

Updated choices.tpl.html to properly hide and show dropdown #1489

merged 1 commit into from
Mar 15, 2016

Conversation

kedrzu
Copy link
Contributor

@kedrzu kedrzu commented Mar 14, 2016

In some cases dropdown is shown even when it is not open. That's because ng-show is bound to $select.items, that may be not empty.

In some cases dropdown is shown even when it is not open. That's because ng-show is bound to $select.items, that can be not empty.
aaronroberson added a commit that referenced this pull request Mar 15, 2016
fix(choices.tpl.html) properly hide and show dropdown

Fixes dropdown being shown even when it is not open. Updated ng-show `$select.open` instead of `$select.items`.
@aaronroberson aaronroberson merged commit f5b76cf into angular-ui:master Mar 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants